home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 46
/
Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso
/
-in_the_mag-
/
reader_requests
/
scilab
/
tests
/
demos.tst
< prev
next >
Wrap
Text File
|
1999-09-16
|
607b
|
26 lines
//to Check all the demos
clearfun('x_message')
clearfun('x_dialog')
clearfun('x_mdialog')
clearfun('x_choose')
clearfun('mode')
clearfun('xclick')
deff('[]=mode(x)','x=x')
deff('[]=halt( )',' ')
getf('SCI/macros/util/x_matrix.sci','c')
getf('SCI/macros/scicos/scicos.sci','c')
getf('SCI/macros/scicos/do_run.sci','c')
lines(0)
clearfun('lines')
deff('[x]=lines(x)','x=0 ')
getf('SCI/tests/dialogs.sci','c')
I=file('open','SCI/tests/demos.dialogs','old')
O=file('open','/dev/null','old')
%IO=[I,O]
lines(0)
getf('SCI/macros/util/getvalue.sci')
exec('SCI/demos/alldems.dem')
file('close',I)
file('close',O)